home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1998 December / Designer's Club 1998 December.iso / pc / Idea Source / main.dir / 00205_go main.ls < prev    next >
Encoding:
Text File  |  1998-11-02  |  179 b   |  12 lines

  1. on exitFrame
  2.   sound fadeOut 1, 2 * 60
  3.   sound fadeOut 2, 2 * 60
  4.   if the timer < (3 * 60) then
  5.     go(the frame)
  6.   else
  7.     sound stop 1
  8.     sound stop 2
  9.     quit()
  10.   end if
  11. end
  12.